<style type="text/css" media="all">
@import url(css/comments.css);
</style>
<?if($NUMBER$%2==0)?>
<div id="b_yellow" style="margin-right:0px">
 <div style="height:8px">
 	<div style="float:left"><img src="images/yc_tl.gif" width="8" height="8" border="0" /></div>
 	<div style="float:right"><img src="images/yc_tr.gif" width="8" height="8" border="0" /></div>
 </div>

<table cellpadding="4" cellspacing="0" border="0" width="98%">
<tr>
	<td colspan="2" class="c_autor"> <?if($USERNAME$)?><b><a href="$PROFILE_URL$">$USERNAME$</a></b><?else?><b>$NAME$</b><?endif?>, $DATE$ <?if($MODER_PANEL$)?>$MODER_PANEL$<?endif?></td>
</tr>
<tr>
	<td id="avatar">
		<?if($USER_AVATAR_URL$)?><IMG SRC="$USER_AVATAR_URL$" BORDER="0"> <?else?> <IMG SRC="images/noavatar.png" BORDER="0"><?endif?><br />

		</td>
	<td id="comment">
      <div id='comm-id-$NUMBER$'>$MESSAGE$<br /></div>
	</td>
</tr>
<tr>
	<td colspan="2" class="line"><a href="http://www.4ucoz.com">   Ucoz</a></td>
</tr>
</table>

 <div style="height:8px;">
	<div style="float:left"><img src="images/yc_bl.gif" width="8" height="8" border="0" /></div>
	<div style="float:right"><img src="images/yc_br.gif" width="8" height="8" border="0" /></div>
 </div>
</div><br />

<?else?>

<table cellpadding="4" cellspacing="0" border="0" width="98%" style="margin-right:20px">
<tr>
	<td colspan="2" class="c_autor"> <?if($USERNAME$)?><b><a href="$PROFILE_URL$">$USERNAME$</a></b><?else?><b>$NAME$</b><?endif?>, $DATE$ <?if($MODER_PANEL$)?>$MODER_PANEL$<?endif?></td>
</tr>
<tr>
	<td id="avatar">
		<?if($USER_AVATAR_URL$)?><IMG SRC="$USER_AVATAR_URL$" BORDER="0"> <?else?> <IMG SRC="images/noavatar.png" BORDER="0"><?endif?><br />
	</td>
	<td id="comment">
      <div id='comm-id-$NUMBER$'>$MESSAGE$<br /></div>
	</td>
</tr>
<tr>
	<td colspan="2" class="line"></td>
</tr>
</table><br />
<?endif?>